<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pick-area {
    display: inline-block;
    position: relative;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
    cursor: default;
    width: 100% !important;
}

.pick-show {
    position: relative;
    padding: 2px 8px;
    height: 55px;
    line-height: 47px;
    border: 2px solid #dedede;
    white-space: nowrap;
    overflow-x: scroll;
}
.pick-show span {
    display: inline;
    max-width: 100px;
    padding: 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
}
.pick-show span:hover {
    color: #fff !important;
    border-radius: 3px;
}
.pick-show span.pressActive {
    background: #7894D4;
    color: #fff !important;
    border-radius: 3px
}
.pick-show em.pick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 8px;
    display: block;
    border: 8px solid #999;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.pick-show i {
    display: inline;
    padding: 0 3px;
    color: #333;
    font-style: normal;
}

.pick-list {
    width: 100% !important;
    display: none;
    position: absolute;
    line-height: 36px;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dedede;
    border-top: none;
}
.pick-list li {
    margin: 0;
    padding-left: 8px;
    list-style: none;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pick-list li:hover {
    color: #fff;
    font-weight: bold;
}
.pick-area .pick-show::-webkit-scrollbar {
    width: 0 !important
}
.pick-area .pick-show::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}
.pick-area .pick-show::-webkit-scrollbar-thumb {
    background: transparent;
}


.pick-are-cell {
    display: block;
}

.pick-are-cell-inblock {
    display: inline-block;
    vertical-align: top;
}</pre></body></html>